﻿.ExploreEntModule {
    margin: 0 auto;
    width: 1300px;
    position: relative;
    display: flex;
}

.ExploreEntModule_Tag {
    position: absolute;
    left: 0px;
    top: 0px;
    cursor: default;
}

.ExploreEntModuleBox:first-child {
    margin-left: 0px !important;
}

.ExploreEntModuleBox {
    margin: auto;
    text-align: center;
    background-color: #fff;
    margin-left: 15px;
    margin-right: 0px;
    padding: 10px 0;
    cursor: default;
    width: 424px !important;
}

.ExploreEntModule_EntLogo {
    width: 66px;
    height: 66px;
    border-radius: 50%;
    overflow: hidden;
}

    .ExploreEntModule_EntLogo > img {
        height: 100%;
        width: 100%;
    }

.ExploreEntModule_EntName {
    font-size: 16px;
    color: #55738B;
    margin-top: 10px;
    padding-left: 40px;
    padding-right: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    /*white-space:nowrap;*/
}

.ExploreEntModule_EntRecruitment {
    font-size: 12px;
    color: #999999;
    margin-top: 5px;
}

    .ExploreEntModule_EntRecruitment > a > span {
        color: #0378D8;
    }

.ExploreEntModule_EntVideo {
    width: 100%;
    margin-top: 15px;
    cursor: pointer;
    height: 200px;
    overflow: hidden;
    background-color: #000;
    position: relative;
}

    .ExploreEntModule_EntVideo > img {
        width: 100%;
         height: unset; 
        max-width: 100%;
    }

.ExploreEntModule_EntVideoPlayButton {
    position: absolute;
    background: rgba(0,0,0,0.5);
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    border-radius: 100%;
    width: 40px;
    height: 40px;
}

.ExploreEntModule_EntVideoPlayButton_Arrow {
    position: absolute;
    border-left: 10px solid #fff;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    top: 50%;
    left: 50%;
    transform: translate(-35%,-50%);
}

.ExploreEntModule_EntIntroduction {
    font-size: 12px;
    color: #999999;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 13px;
    margin-bottom: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    /*display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;*/
    white-space: nowrap;
    width: 90%;
}

.VideoLayer {
    position: fixed;
    display: flex;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100vh;
    z-index: 999;
    background: rgba(0,0,0,0.4);
}

.VideoLayer_Content {
    margin: auto;
    z-index: 888;
    background-color: #fff;
    position: relative;
}

.VideoLayer_BtnClose {
    font-size: 30px;
    color: #fff;
    cursor: pointer;
    position: absolute;
    right: 0px;
    top: 0px;
    background: rgba(0,0,0,0.4);
    transform: translateX(100%);
}

.VideoLayer_Body {
    width: 800px;
    height: 450px;
    margin: 25px;
}

.VideoLayer_Mask {
    position: absolute;
    left: 0px;
    right: 0px;
    width: 100vw;
    height: 100vh;
}

.exploreTitle {
    padding: 30px 0px;
    color: #0378D8;
    font-size: 16px;
}

.banner {
    background: url(/images/CompanyVideo/banner2.jpg?ver=5) no-repeat center top;
    width: 100%;
    height: 374px;
}

.ExploreEntModule_Tag {
    position: absolute;
    left: 0px;
    top: 82px;
    cursor: default;
}

.ExploreEntModule {
    margin: 0 auto;
    width: 1300px;
    position: relative;
    display: block;
    overflow: hidden;
}

.ExploreEntModuleBox {
    margin: auto;
    text-align: center;
    background-color: #fff;
    margin-left: 15px;
    margin-right: 0px;
    padding: 10px 0;
    cursor: default;
    width: 314px;
    float: left;
    margin-bottom: 50px;
    padding-bottom: 5px;
}

.videoTitle {
    font-size: 16px;
    font-weight: 600;
}

.VideoLayer_Body li {
    float: left;
}

.VideoLayer_Body {
    width: 800px;
    height: 450px;
    float: left;
    margin: 25px;
}

.jobPanel {
    float: left;
    padding: 20px;
    padding-left: 0px;
    width: 220px;
    padding-top: 22px;
}

.jobTitle {
    font-size: 16px;
    font-weight: bold;
    border-bottom: solid 1px #EEEEEE;
    padding-bottom: 10px;
    width: 200px;
}

.jobList .item {
    padding: 5px 0px;
    font-size: 14px;
    /*height: 25px;
    line-height: 25px;*/
    margin-bottom: 10px;
}

    .jobList .item a {
        color: #0378D8 !important;
    }

.jobList {
    margin-top: 10px;
    overflow-y: auto;
    height: 460px;
    overflow-x: hidden;
}

.videoEntName {
    text-align: center;
    padding: 22px 0px;
    font-size: 18px;
}

    .videoEntName a {
        color: #0378D8 !important;
        font-weight: bold;
    }

.loading {
    width: 100%;
    position: absolute;
    z-index: 999999;
    text-align: center;
    margin-top: 240px;
    display: none;
}

.loadingText {
    background-color: rgba(0,0,0,0.5);
    color: #ffffff;
    font-size: 14px;
    border: solid 1px #ffffff;
    padding: 10px 20px;
    margin-right: 220px;
}

.videoEntName .icon-angle-left {
    margin-top: -275px;
    cursor: pointer;
    position: absolute;
    background-color: rgba(0,0,0,0.5);
    z-index: 999999;
    color: #ffffff;
    margin-left: -400px;
    font-size: 30px;
    font-weight: 900;
    padding: 10px 5px;
}

.videoEntName .icon-angle-right {
    float: right;
    margin-top: -299px;
    cursor: pointer;
    position: absolute;
    background-color: rgba(0,0,0,0.5);
    z-index: 999999;
    color: #ffffff;
    margin-left: 360px;
    font-size: 30px;
    font-weight: 900;
    padding: 10px 5px;
}

.jobSalary {
    /* float: right; */
    width: 100%;
    text-align: left;
    color: #0378D8;
    white-space: nowrap;
    overflow: hidden;
    /* text-overflow: ellipsis; */
    padding-right: 4px;
}

.jobName {
    /*float: right;*/
    width: 100%;
    text-align: left;
    color: #55738b;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 4px;
    /*font-weight: bold;*/
}

.icon-logout {
    margin-right: 5px;
}

.emptyJobList {
    color: #999999;
    font-size: 14px;
    text-align: center;
    padding: 20px 0px;
}

.VideoLayer_BtnClose {
    height: 50px;
}

.ExploreEntModule_EntVideo {
    margin-top: 10px;
}

.ExploreEntModule_EntName {
    margin-top: 6px;
}

.learn {
    color: #999999;
    margin-right: 6px;
    font-size: 12px;
}

.showMoney {
    float: right;
    padding-right: 15px;
    margin-top: 0px;
    /*font-weight: bold;*/
}
.app_item {
    margin-top: 30px;
    text-align: center;
    border-width: 1px;
    border-style: solid;
    border-radius: 2px;
    background-color: #fff;
    color: #666;
    box-shadow: 1px 1px 4px rgb(0 0 0 / 8%);
    padding: 50px 30px;
    border-color: #eee;
}

    .app_item a {
        color: #0378D8;
        border: solid 1px #0378D8;
        padding: 8px 20px;
        border-radius: 20px;
        margin: 0px 20px;
    }

.layui-border-green {
    border-color: #009688 !important;
    color: #009688 !important;
}

.layui-border-red {
    border-color: #FF5722 !important;
    color: #FF5722 !important;
}